home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lantools / behold / beholder.xmp < prev    next >
Text File  |  1991-05-07  |  2KB  |  94 lines

  1. ; Demo configuration file for IP configuration
  2. ; Default configuration file is 'BEHOLDER.INI'
  3. ; For an other configuration file, type 'IPDOS -f <filename>'
  4.  
  5.  
  6. [BUFFER]
  7.   numberbuffers = 5                 # 1 buffer for buffer management
  8.   buffersize    = 65500             # of 45000 bytes each
  9.  
  10. [DISPATCHER]
  11.   SizeSmall=192
  12.   CountSmall=75
  13.   SizeLarge=1514
  14.   CountLarge=100
  15.  
  16. ; Settings for IP section
  17. [IPDOS]
  18.   forwarding    = yes               # act as a gateway                                                                                 
  19.   sourceroute   = yes               # send source routed to other interface                                                            
  20.   nd0address    = 130.161.145.3     # your own internet address
  21.   nd0mask       = 0xfffffe00        # and your own mask
  22.   lo0address    = 127.0.0.1         # loopback address
  23.  
  24. ; Routing table entries
  25. [ROUTES]
  26.  
  27.   ; hostmodify : add a dynamic route for a host (may be changed by redirects)
  28.   ; hoststat :   add a static route for a host
  29.   ; netmodify :  add a dynamic route for a network
  30.   ; netstat :    add a static route for a network
  31.  
  32.   ; netmodify  131.155.0.0      130.161.180.25   0xffff0000 # TU Eindhoven
  33.   hoststat   default          130.161.144.65              # default gateway
  34.   hoststat   127.0.0.1        127.0.0.1                   # loopback interface
  35.   hoststat   130.161.145.3    127.0.0.1                   # to yourself via loopback
  36.   netstat    130.161.144.0    130.161.145.3    0xfffffe00 # how to reach your network
  37.  
  38. [SYSTEM]
  39.  
  40. Description = The Beholder, a SNMP-able Network Monitor
  41. Contact     = Jan van Oorschot
  42. Name        = Beholder3
  43. Location    = 0903
  44.  
  45. [AUTHENTICATION]
  46.  
  47. Community public
  48.     AddAddress 130.161.0.0 255.255.0.0
  49. Community trap
  50.     AddAddress 130.161.0.0 255.255.0.0
  51.  
  52.     
  53. [AGENT]
  54.  
  55. ObjectId      = 1.3.6.1.4.1.99
  56. Port          = 161
  57. Trap          = Enable
  58. TrapPort      = 162
  59. TrapAddress   = 130.161.144.171
  60. TrapCommunity = trap
  61.  
  62. [MATRIX0]
  63.  
  64. HostTableLength         = 1500
  65. ConnectionTableLength   = 3000
  66. HashTableLength         = 2000
  67. HashOverflow            = 1000
  68.  
  69.  
  70. [ERRORS]
  71.  
  72. ErrorFile  = error.out
  73. DebugFile  = debug.out
  74. DebugLevel = 0
  75.  
  76. [GENERIC]
  77.  
  78. StartMask = 0
  79. TimerValue = 500
  80.  
  81. [MATRIX]
  82.  
  83. TimerValue = 3600000
  84.  
  85. [DISPLAY]
  86.  
  87. TimerValue = 5000
  88.  
  89. [DOG]
  90.  
  91. SecsWithoutFreeTime   = 120
  92. SecsWithoutReceivePkt = 10
  93.  
  94.